home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
developer-tools
/
aros
/
source
/
exec
/
internal
/
i386-emul
/
forbid.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-16
|
169 b
|
13 lines
TDNestCnt = 303
.text
.align 16
.globl Exec_Forbid
.type Exec_Forbid,@function
Exec_Forbid:
pushl %eax
movl 8(%esp),%eax
incb TDNestCnt(%eax)
popl %eax
ret